+2004-12-01 Tor Lillqvist <tml@iki.fi>
+
+ * modules/input/imime.c (im_module_create): Use the module's
+ correct name in test. (#160122)
+
2004-12-01 Michael Natterer <mitch@gimp.org>
* gtk/gtkuimanager.[ch]: added virtual functions
+2004-12-01 Tor Lillqvist <tml@iki.fi>
+
+ * modules/input/imime.c (im_module_create): Use the module's
+ correct name in test. (#160122)
+
2004-12-01 Michael Natterer <mitch@gimp.org>
* gtk/gtkuimanager.[ch]: added virtual functions
+2004-12-01 Tor Lillqvist <tml@iki.fi>
+
+ * modules/input/imime.c (im_module_create): Use the module's
+ correct name in test. (#160122)
+
2004-12-01 Michael Natterer <mitch@gimp.org>
* gtk/gtkuimanager.[ch]: added virtual functions
+2004-12-01 Tor Lillqvist <tml@iki.fi>
+
+ * modules/input/imime.c (im_module_create): Use the module's
+ correct name in test. (#160122)
+
2004-12-01 Michael Natterer <mitch@gimp.org>
* gtk/gtkuimanager.[ch]: added virtual functions
{
g_return_val_if_fail (context_id, NULL);
- if (!strcmp (context_id, "win32ime"))
+ if (!strcmp (context_id, "ime"))
return g_object_new (GTK_TYPE_IM_CONTEXT_IME, NULL);
else
return NULL;